/*公共底部样式*/
.footer {
	color: #ffffff;
	background-color: #005bc4;
}

.footer_top {
	border-bottom: 1px solid #6a8cc1;
}

.footer_top>ul {
	height: 65px;
	line-height: 65px;
	width: 1200px;
	margin: 0 auto;
	height: 65px;
	overflow: hidden;
	clear: both;
}

.footer_top>ul>li {
	width: 20%;
	float: left;
	position: relative;
	height: 65px;
	text-indent: 20px;
	font-size: 18px;
	cursor: pointer;
}

.footer_top>ul>li>i {
	position: absolute;
	width: 12px;
	height: 8px;
	top: 30px;
	right: 40px;
	background-image: url(2020jczf_select_icon.png);
}

.footer_top_li_active {
	background-color: #1172da;
}

.footer_top_info {
	width: 1200px;
	margin: 0 auto;
}

.footer_top_info_item {
	padding: 20px 20px 5px 20px;
	background-color: #1172da;
	display: none;
}

.footer_top_info_item>a {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	color: #ffffff;
	box-sizing: border-box;
}

.bmAdd>a {
	width:150px;
}

.footer_top_info_item>a:hover {
	/*border-bottom: 1px dotted #ffffff;*/
}

.footer_bottom {
	width: 1200px;
	margin: 0 auto;
	padding: 35px 0;
	font-size: 14px;
	overflow: hidden;
}

.footer_bottom_left {
	width: auto;
	padding: 14px 20px;
	background-color: #1172da;
	line-height: 26px;
	float: left;
}

.footer_bottom_left>a {
	margin: 0 10px;
	color: #ffffff;
	border-bottom: 1px solid #1172da;
	box-sizing: border-box;
}

.footer_bottom_left>a:hover {
	border-bottom: 1px dotted #ffffff;
}

.footer_bottom_left>a:first-child {
	margin: 0 10px 0 0;
}

.footer_bottom_left>a:hover {
	color: #ffffff;
}

.footer_bottom_left>span {
	margin-right: 10px;
}

.footer_bottom_left>i {
	width: 18px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	/* position: relative; */
	background-image: url(foot-icon.png);
}

.footer_bottom_right {
	float: right;
	margin-top: 16px;
	height: 83px;
	vertical-align: middle;
	margin-right: 60px;
}

.footer_bottom_right img {
	margin-right: 30px;
	vertical-align: middle;
	border: none;
}